Welcome![Sign In][Sign Up]
Location:
Search - buttons driver

Search list

[Linux-Unixdrivers-buttons

Description: 这是一个基于S3C2410的8位按键的驱动程序源代码,只需要少量修改即可使用-based S3C2410 eight key driver source code, need only minor changes in order to use
Platform: | Size: 8571 | Author: 彭小林 | Hits:

[Linux-Unixdrivers-buttons

Description: 这是一个基于S3C2410的8位按键的驱动程序源代码,只需要少量修改即可使用-based S3C2410 eight key driver source code, need only minor changes in order to use
Platform: | Size: 8192 | Author: 彭小林 | Hits:

[Linux-Unixbuttons

Description: linux 下key驱动程序。已经过编译测试-linux under the key driver. Compiler has been tested
Platform: | Size: 4096 | Author: wangyilong | Hits:

[Windows CEKeyBoardDriver

Description: wince ARM9三星2440下的按键驱动-wince ARM9 Samsung Driver button under the 2440
Platform: | Size: 1821696 | Author: 李琼 | Hits:

[Embeded Linuxbuttons

Description: arm9 mini2440按键驱动实例,可下载到开发板上测试-arm9 mini2440 key driver instance, can be downloaded to the development of on-board test
Platform: | Size: 1024 | Author: | Hits:

[Linux-Unixutu2440_buttons

Description: 2440 扫描键盘驱动,验证过,保证好用,适用2.6.24内核-s3c2440 keybord driver
Platform: | Size: 3072 | Author: cywang | Hits:

[Embeded Linuxbuttons

Description: 嵌入式linux应用开发 ---Buttons 驱动开发-Application development embedded linux driver development--- Buttons
Platform: | Size: 3072 | Author: JackieYin | Hits:

[Embeded Linuxmini2440-Button

Description: mini2440按键驱动,编译完全通过,没有问题!附带详细解释和应用测试程序。-mini2440 key driver, compiled entirely through, no problem! With detailed interpretation and application of testing procedures.
Platform: | Size: 96256 | Author: 王盘 | Hits:

[Linux-Unixadc

Description: 基于arm S3C2440 linux内核下的AD采样驱动程序,并将其转换成电压值-Based on arm S3C2440 linux kernel driver for the AD samples, and convert it into a voltage value
Platform: | Size: 2048 | Author: kechangxue1 | Hits:

[Driver Developkbd_logger

Description: 个键盘记录器(附源代码),能够记录所有的按键信息,包括keyup。记录原始数据,可以通过模拟按键重现。需要vc9的运行库。没有编静态链接的版本。 主要流程: 1、向系统注册一个或者多个原始输入设备 2、在你注册的原始输入设备数据发生变化时,系统发送一个消息及新数据到你的进程 3、调用GetRawInputData或者GetRawInputBuffer来获取这些数据-A keyboard logger (with source code), to record all of the key information, including keyup. Record raw data, can be reproduced by simulating buttons. Need vc9 runtime. Does not compile statically linked version. Main processes: one, to register one or more of the original system input device 2, in your original registration data input device changes, the system sends a message and the new data to your process 3, call GetRawInputData or GetRawInputBuffer to obtain these data
Platform: | Size: 8192 | Author: 阿东 | Hits:

[Linux-Unixbuttons

Description: sunsumg公司的2440按键驱动程序源码!-sunsumg key driver for the company' s 2440 Source!
Platform: | Size: 1024 | Author: wushm | Hits:

[Embeded Linuxbuttons

Description: 这个是按键的驱动程序,含有button的驱动源文件和makefile文件,以及main的测试程序-This is the key driver, with button in the driver source files and makefile files, and the main test program
Platform: | Size: 6144 | Author: jiajia | Hits:

[Linux-Unixbuttons.c.tar

Description: S3C2440-buttons-linux-example. This is a example program teaching how to use the driver buttons of S3C2440 board.
Platform: | Size: 1024 | Author: curupiras | Hits:

[Linux-UnixButtons

Description: 用于做ARM-LINUX系统的测试驱动程序,这是按键驱动程序。-ARM-LINUX system for doing the test driver, which is key driver.
Platform: | Size: 3072 | Author: xiaopang | Hits:

[Linux-Unixbuttons

Description: s3c2440 linux下中断实现的按键驱动程序,有详细注释,简单易懂-s3c2440 linux keys under the Interrupt driver with detailed notes, easy to understand
Platform: | Size: 3072 | Author: caoting | Hits:

[Embeded-SCM DevelopButtons

Description: ARM mini-2440 Button 按键示例程序 主要包括驱动的使用和I/O操作-ARM mini-2440 Button key driver sample program includes the use and I/O operations
Platform: | Size: 3072 | Author: huangkangying | Hits:

[Linux-UnixLinux-driver-development12

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第12章、Linux字符设备驱动综合实例。本章将分析5个典型的字符设备驱动,在这些驱动中,将灵活地运用到前面各章所讲解的内容。12.1节讲解按键的设备驱动,加深读者对字符设备驱动架构、阻塞与非阻塞、中断、定时器等相关知识的理解。12.2节讲解触摸屏的设备驱动,触摸屏的设备驱动比按键的设备驱动稍微复杂一些,但是很类似。12.3节讲解TI的DSP提供给通用CPU的HPI(主机并行接口)的设备驱动,硬件结构为ARM+DSP,ARM的总线连接DSP的HPI接口。12.4节讲解通用NVRAM的设备驱动,并会引入一个新的概念,即miscdevice(混杂设备)。12.5节讲解看门狗的设备驱动,它也被归入miscdevice,这一节还会引入两个新的概念,即platform_device(平台设备)和platform_driver(平台驱动)。NVRAM和看门狗的设备驱动与普通字符设备驱动有细微的差别。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 12, Linux character device driver comprehensive examples. This chapter will five typical character analysis device drivers, in these drivers will be flexible, apply in the front of the book, the explanation content. Section 12.1 explain the device driver, deepen buttons to readers character device driven architecture, obstruction and the obstruction, and interrupt, timer and other related knowledge of understanding. Section 12.2 interpretation of the touch screen device drivers, touch screen device driver than buttons device driver a little more complex, but some s similar. Section 12.3 explain the DSP provide general TI CPU HPI (parallel interface) host device drivers, hardware structure for ARM and DSP, ARM bus connection DSP HPI interface. Section 12.4 of the general NVRAM explain device drivers
Platform: | Size: 628736 | Author: 华清远见 | Hits:

[Driver DevelopOK6410A-LED-Marquee-Button-Driver

Description: 开发板OK6410A,LED灯和按键驱动程序!-Development board OK6410A, LED lights and buttons driver!
Platform: | Size: 130048 | Author: z | Hits:

[OS Developbuttons

Description: mini2440 buttons 驱动程序-the mini2440 buttons driver
Platform: | Size: 1024 | Author: 云中山月 | Hits:

[Linux driverdriver

Description: GPIO驱动程序、按键驱动程序、test驱动程序-GPIO driver, buttons driver, test driver
Platform: | Size: 11264 | Author: 刘伟南 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net